testsuite: Install accessibility-dump executable alongside tests
authorSimon McVittie <smcv@debian.org>
Fri, 14 Sep 2018 12:15:09 +0000 (13:15 +0100)
committerSimon McVittie <smcv@debian.org>
Wed, 19 Sep 2018 08:41:49 +0000 (09:41 +0100)
The installed-tests want to run this.

Signed-off-by: Simon McVittie <smcv@debian.org>
testsuite/a11y/meson.build

index ddd8f0133e40f29f0577d5bd3e7cbc8a77e0efda..01fab478fd7355aa74f4a334a2894d6e96c743f4 100644 (file)
@@ -44,6 +44,8 @@ a11y_state_tests = [
 a11y_dump_bin = executable('accessibility-dump',
   'accessibility-dump.c',
   dependencies: libgtk_dep,
+  install: get_option('install-tests'),
+  install_dir: testexecdir,
 )
 
 foreach t: a11y_state_tests